﻿
/*我的訂單*/

.big {
    clear: both;
}

@media (min-width: 1024px) {
    .big {
        padding: 0px 10px;
    }
}

.big a {
    color: #333;
}

    .big a:hover {
        text-decoration: none;
        /*color: #666;*/
    }
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        display: inline-block;
    }

.content .right {
    width: 85%;
    float: left;
}

    .content .right p.r_title {
        font-size: 17px;
        line-height: 40px;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .content .right p.r_title .layui-icon {
            font-size: 20px;
            position: absolute;
            left: 10px;
            display: none;
        }

    .content .right .team li {
        display: inline-block;
        margin-right: 20px;
        line-height: 30px;
        cursor: pointer;
    }

        .content .right .team li a {
            font-size: 14px;
        }

        .content .right .team li.choose {
            /*border-bottom: 2px solid #000;*/
        }

            .content .right .team li.choose a {
                color: #000;
            }

    .content .right .order_new {
        border: 1px solid #e0e0e0;
        margin-top: 20px;
    }

    .content .right table {
        width: 100%;
    }

        .content .right table thead {
            background-color: #efefef;
        }

        .content .right table tr th {
            height: 35px;
            font-weight: 400;
            font-size: 116.66667%;
            color: #666;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
        }

    .content .right tr td {
        /*vertical-align: top;*/
        padding: 10px;
        text-align: center;
        border-top: 1px solid #e0e0e0;
    }

    .content .right tr td {
    }

        .content .right tr td.row {
            border-left: 1px solid #e0e0e0;
        }


        .content .right tr td p:nth-child(2) {
            margin-bottom: 8px;
            margin-top: 8px;
        }

        .content .right tr td p:nth-child(3) {
            margin-bottom: 8px;
        }

        .content .right tr td a.coma {
            cursor: pointer;
            color: #666;
        }

        .content .right tr td:first-child a.coma {
            margin-right: 5px;
        }

        .content .right tr td:first-child a.num {
            color: red;
        }

    .content .right td.num {
        text-align: left;
    }

        .content .right td.num a:last-child {
            cursor: pointer;
        }

        .content .right td.num a em:first-child {
            color: red;
            margin-right: 3px;
        }

    .content .right .order_new .date {
        text-align: right;
        padding-right: 20px;
    }

        .content .right .order_new .date i {
            margin-right: 3px;
            font-size: 13px;
        }

    .content .right .detail {
        width: 37%;
        text-align: left;
    }

        .content .right .detail .detail_photo {
            width: 28%;
            float: left;
        }

            .content .right .detail .detail_photo img {
                width: 90%;
            }

    .content .right .order .order_new .detail .goodname {
        width: 72%;
        float: left;
    }

    .content .right .detail .goodname a:nth-child(2) {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 6px 0;
    }

    .content .right .price a {
        color: red;
        /*font-size: 14px;*/
    }

    .content .right tr td.promotion {
        text-align: left;
    }

    .content .right tr td.pro span {
        color: red;
    }

    .content .right tr td.operation {
        padding-left: 10px;
        padding-right: 10px;
        /*text-align: right;*/
    }

        .content .right tr td.operation p span {
            color: red;
        }

    .content .right .operation a {
        padding: 0 10px;
        margin-left: 10px;
    }

        .content .right .operation a.combutton1 {
            line-height: 25px;
        }

.order_m .combutton3 {
    background: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.order_m {
    display: none;
}

.order_new .list {
    width: 100%;
    background-color: white;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    display: none;
}

    .order_new .list p.ltitle {
        line-height: 25px;
        padding: 0 10px;
    }

        .order_new .list p.ltitle span:first-child {
            text-align: left;
        }

            .order_new .list p.ltitle span:first-child a {
                color: red;
            }

        .order_new .list p.ltitle a:last-child {
            float: right;
            color: red;
        }

            .order_new .list p.ltitle a:last-child span {
                color: #333;
            }

    .order_new .list .item {
        /*background-color: #FAFAFA;
        padding: 5px 10px;*/
    }

        .order_new .list .item .item_left {
            width: 23%;
            float: left;
        }

            .order_new .list .item .item_left img {
                width: 100%;
            }

        .order_new .list .item .item_right {
            width: 75%;
            float: left;
            margin-left: 2%;
        }


            .order_new .list .item .item_right p.item_name {
                font-weight: 600;
                font-size: 13px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .order_new .list .item .item_right p.item_choose {
                color: #666;
                margin-top: 6px;
                margin-bottom: 6px;
            }

            .order_new .list .item .item_right p.item_price a:first-child {
                color: red;
            }

            .order_new .list .item .item_right p.item_price a:last-child {
                float: right;
            }

    .order_new .list .protomotion {
        padding: 5px 10px;
        background-color: #FAFAFA;
        margin-bottom: 5px;
    }

        .order_new .list .protomotion span {
            float: right;
            color: red;
        }

    .order_new .list .total {
        width: 100%;
        line-height: 20px;
        border-bottom: 1px solid #FAFAFA;
    }

        .order_new .list .total p {
            text-align: right;
            margin-right: 10px;
        }

        .order_new .list .total a {
            color: red;
        }

    .order_new .list .btn1 {
        float: right;
        padding-right: 10px;
        margin-top: 3px;
    }

        .order_new .list .btn1 a {
            line-height: 25px;
            padding: 0 10px;
            margin-left: 10px;
            font-size: 12px;
            min-width: 58px;
        }

.noorder {
    text-align: center;
    /*display: none;*/
    line-height: 260px;
}

    .noorder img {
        width: 170px;
    }

    .noorder p {
        color: #8f8f94;
        font-size: 16px;
        margin-top: 10px;
    }

.right .more {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    display: none;
}

    .right .more a {
        cursor: pointer;
    }
/*輪播樣式*/
.detail .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -25px;
    color: #ABABAB;
}

.detail .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -30px;
}

.detail .layui-carousel-arrow {
    background: none;
    font-size: 16px;
}

    .detail .layui-carousel-arrow:hover, .layui-carousel-ind ul:hover {
        background: none;
    }

/*分頁*/
.page {
    display: none;
}

.page_sum {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
}

    .page_sum li {
        display: inline-block;
    }

.right .layui-laypage a:hover {
    color: #333;
}

.right .layui-layer-page .layui-layer-content {
    padding: 20px;
    overflow: unset;
}

.tips {
    display: none;
}

    .tips .layui-input {
        /*display: block;*/
        width: 100%;
        height: 36px;
        margin: 0 auto;
        line-height: 30px;
        padding-left: 10px;
        border: 1px solid #ccc;
        color: #333;
    }

.opera {
    text-align: right;
    margin-top: 40px;
}

.tips .layui-input-block {
    margin-left: 0px;
}

    .tips .layui-input-block a {
        height: 30px;
        line-height: 30px;
        margin: 5px 5px 0;
        padding: 0 15px;
        border-radius: 2px;
        font-weight: 400;
        cursor: pointer;
        text-decoration: none;
        vertical-align: top;
    }

.tips span {
    color: red;
}

@media only all and (max-width:1023px) {
    .main_head, .main_footer {
        display: none;
    }

    .location {
        display: none;
    }

    .content {
        padding: 0px;
    }

        .content .left {
            display: none;
        }

        .content .right {
            width: 100%;
        }

            .content .right p.r_title {
                text-align: center;
            }

                .content .right p.r_title .layui-icon {
                    display: block;
                }

    .order_new table {
        display: none;
    }

    .content .right .team {
        display: flex;
    }

        .content .right .team li {
            width: 20%;
            margin-right: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
            text-align: center;
            line-height: normal;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .content .right .order_new {
        border: none;
        margin-top: 10px;
    }

    .order_new .list {
        display: block;
    }

    .order_m {
        display: block;
    }
}
